object readmetxt: Treadmetxt Left = 334 Top = 148 BorderIcons = [] BorderStyle = bsDialog Caption = 'CrashCourse Text Reader' ClientHeight = 433 ClientWidth = 371 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 408 Width = 201 Height = 25 AutoSize = False Caption = 'To Continue, Please read the above license agreement, and scroll' + ' to the end.' Visible = False end object Memo1: TMemo Left = 0 Top = 0 Width = 369 Height = 401 ReadOnly = True ScrollBars = ssVertical TabOrder = 1 OnChange = Memo1Change OnClick = Memo1Click end object Button1: TButton Left = 296 Top = 408 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 208 Top = 408 Width = 75 Height = 25 Caption = '&Decline' TabOrder = 2 Visible = False OnClick = Button2Click end end